SftTree/NET 2.0

MaxHeight Property, ItemClass Class

Softel vdm, Inc.

Defines the maximum height of this item.

Syntax      ItemClass Class (Softelvdm.SftTreeNET)

VB   

Public Property MaxHeight As Integer

C#   

public int MaxHeight { get; set; }

C++   

public: property int MaxHeight {
        int get();
        void set(int value);
}

Property Value

The maximum height of this item. If 0 is specified, no maximum height is defined.

The default value is 0.

Comments

The MaxHeight property defines the maximum height of this item.

If an item is larget than the defined maximum height it is truncated, clipped and uses the defined maximum height.

The Dimensions.ItemMaxHeight property can be used to define the maximum height for all items.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com